Function: dprintf

CALL:

dsprintf(formatstr, arg1, arg2,...)

DESCRIPTION:

Shortcut for disp(sprintf(formatstr,arg1,arg2,...))

INPUT:

formatstr string
arg1,arg2,..: <any>
  printf arguments

OUTPUT:

msg string
if nargin == 0 msg is displayed in the command window.